home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
tools
/
czesc_1
/
executive_v1.00
/
sysinfo.lzx
/
examples
/
test
/
smakefile
< prev
next >
Wrap
Makefile
|
1991-03-31
|
290b
|
20 lines
#
# This file is public domain.
#
# $Id: smakefile 1.1 1995/05/28 00:02:26 petrin Exp petrin $
#
DEBUG = DEBUG=FULLFLUSH
CFLAGS = MATH=STANDARD $(DEBUG)
test: test.o
sc link $(CFLAGS) test.o
test.o: test.c defs.h
sc $(CFLAGS) test.c
clean:
delete test test.lnk test.o